home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
gfx
/
misc
/
dctvdev3.lzh
/
glue
/
dctv_lib.fd
next >
Wrap
Text File
|
1992-05-19
|
716b
|
31 lines
***********************************************************************
*
* dctv_lib.fd
*
* Copyright (c) 1991, Digital Creations, Inc.
*
***********************************************************************
*
* "dctv.library"
*
##base _DCTVBase
##bias 30
##public
*
* --------------------- RGB Conversion Functions
AllocDCTVCvt(bitmap,width,height,modes)(a0,d0/d1/d2)
FreeDCTVCvt(handle)(a0)
InitDCTVCvt(handle)(a0)
FormatDCTV(handle)(a0)
CvtDCTVLine(handle)(a0)
*
* --------------------- Misc DCTV Functions
TestDCTVSignature(bitmap)(a0)
*
* --------------------- v3 Functions
AllocDCTVCvtTagList(bitmap,taglist)(a0/a1)
SetDCTVColorTable(handle,colortable)(a0/a1)
ReadDCTVPixel(handle,x,y)(a0,d0/d1)
*
##end